home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / DTMedia / PageMaker 3.0 / PageMaker 3.0 B&W / Global Cast / Global Cast.rsrc / TEXT_1411.txt < prev    next >
Text File  |  1988-02-23  |  483b  |  17 lines

  1. ‚Ǩ#macro to go to menu while continued
  2. if thechar='s' then call G12
  3. if thechar='S' then call G12
  4. if commanddown then skip 2
  5. exit
  6. #go to menu:
  7. if thechar='m' then call D87
  8. if thechar='M' then call D87
  9. # COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
  10. if thechar='q' then call D88
  11. if thechar='Q' then call D88
  12. #advance 10 frames
  13. if thechar='a' then govar frame+10
  14. if thechar='A' then govar frame+10
  15. #back up 10 frames
  16. if thechar='b' then govar frame-10
  17. if thechar='B' then govar frame-10Àá